Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v4.2] Test app task: Allow passing in user class #5959

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Dec 2, 2024

Backport

This will backport the following commits from main to v4.2:

Questions ?

Please refer to the Backport tool documentation

@github-actions github-actions bot requested a review from a team as a code owner December 2, 2024 15:14
@github-actions github-actions bot added the changelog:solidus_core Changes to the solidus_core gem label Dec 2, 2024
@github-actions github-actions bot force-pushed the backport/v4.2/pr-5956 branch 2 times, most recently from d91a1ea to c9e7ce8 Compare December 2, 2024 15:14
@github-actions github-actions bot force-pushed the backport/v4.2/pr-5956 branch from c9e7ce8 to d8567f9 Compare December 2, 2024 15:14
Without this, every extension's test app always has `Spree::LegacyUser`
configured. Mostly, that's fine, but for solidus_auth_devise, it'd be
nicer if the generated spree.rb file would have `Spree.user_class =
"Spree::User"` rather than `Spree::LegacyUser`.

(cherry picked from commit 520efc0)
@tvdeyen tvdeyen force-pushed the backport/v4.2/pr-5956 branch from d8567f9 to c13efb7 Compare December 3, 2024 14:55
@tvdeyen tvdeyen merged commit d41a720 into v4.2 Dec 3, 2024
2 checks passed
@tvdeyen tvdeyen deleted the backport/v4.2/pr-5956 branch December 3, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:solidus_core Changes to the solidus_core gem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants